home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr2.dir / 00126_Script_126 < prev    next >
Text File  |  1995-11-30  |  277b  |  24 lines

  1. on exitFrame
  2.   --1
  3.   
  4.   
  5.   HL 45, 28
  6.   
  7.   preLoadCast 16, 17
  8.   
  9.   if rollover(3) then
  10.     show "F001.A"
  11.   else
  12.     if rollover(4) then
  13.       show "F001.B"
  14.     else
  15.      
  16.       reshow "1", "F001"
  17.       prompt2
  18.     end if
  19.   end if
  20.   
  21.   go the frame
  22.   
  23. end
  24.